main: Don't gdk_flush() after every main loop wait
authorBenjamin Otte <otte@redhat.com>
Fri, 17 Nov 2017 06:47:03 +0000 (07:47 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 17 Nov 2017 07:07:10 +0000 (08:07 +0100)
commit0019178014769335d6d83c8fff82424693f413cc
tree8a1aeda1a15288d5550dd7413925931bc07b299d
parent9629f9acc9b5e8d7c3ef0fb10e3273b2aeec49d1
main: Don't gdk_flush() after every main loop wait

For a start, this makes gtk_main() work different from g_main_loop_run()
calls.

But most importantly, modern GDK does proper syncing itself and doesn't
need to rely on a catch-all to get it right.
gtk/gtkmain.c